home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / prot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  85 b   |  8 lines

  1. #ifndef PROT_H
  2. #define PROT_H
  3.  
  4. extern int prot_gid();
  5. extern int prot_uid();
  6.  
  7. #endif
  8.